DCC

Category: DCC

Syntax:
DCC Abort id
DCC Accept [id] filename
DCC Chat nickname
DCC Reject [id]
DCC Request type user@host [filename] ip port [totalsize] [reversetoken]
DCC Resume [id] offset filename
DCC Send nickname [filename]
DCC TSend nickname [filename]
DCC Whiteboard nickname

For DCC Abort, DCC Accept, DCC Reject, and DCC Resume, id must be a DCC entry ID returned by DCCList if specified. If id is omitted (except for DCC Abort), the command can only be used inside an <OnDCCRequest> event.

Example:
// chat a random person from the channel
DCC Chat $ListRand($NickList($C))

// auto-accept all DCC chats
Event <OnDCCRequest_acceptchat> "% CHAT"
  DCC Accept
EndEvent

Next in "DCC": DCCChatList
Next by name: DCCChatList
Previous by name: Date
Up to all commands by name or commands and functions by category